Skip to main content

RESTful Engine Client Dependencies

note

Fluent supplies predefined RESTful server client code to make interacting with the RESTful API of both the .NET and JAVA RESTful engines.

This list was updated 12/20/2021

.NET Standard 2.0 Client

DependencyVersionLicensePurpose
log4net2.0.8Apache License 2.0Logging
Newtonsoft.Json12.0.3MITPOCO JSON serialization
netstandard2.02.0.3MIT.net standard 2.0 api

Java Client

DependencyVersionLicensePurpose
log4j2.17Apache License 2.0Logging
jackson-dataformat-xml2.11.0Apache License 2.0POJO XML serialization
commons-io2.6Apache License 2.0IO utility library

JavaScript Client

DependencyVersionLicensePurpose
node-fetch2.6.1MITHTTP/S Requests
winston3.3.3MITLogging

Python

DependencyVersionLicensePurpose
requests2.25.1Apache-2.0HTTP Request library
six1.15.0MITCross compatible utility for Python 2 and 3